home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Text⁄Files / Tape Stuff / READ ME First!! < prev    next >
Text File  |  1993-04-26  |  1KB  |  25 lines

  1. This is the source code and some ancillary stuff for a generic tape archiving
  2. program I wrote. It's still rather clunky and has a few bugs and because I've
  3. no longer got the tape drive, I can't do anything more (and lets face it, the
  4. inspiration to do so is a bit lacking).
  5.  
  6. However, since there's a fair bit of stuff in all of this that really aught not
  7. to go to waste - especially the stuff that actually drives the tape - I'm making
  8. the source code available.
  9.  
  10. This code is copyright © 1993 Bill Sellers, but can be used freely by anyone as
  11. long as they don't make any money out of it. As with anything that's free, there
  12. are no warranties. Low level SCSI code can trash your hard disk real good, so be
  13. careful with some parts of the code!
  14.  
  15. If anyone does use the code, has any comments, wants to pinch bits for a commercial
  16. product, or is just interested, then Email me at wis@liverpool.ac.uk, or snail
  17. me at 29, Minster Court, Liverpool L69 3BX, UK.
  18.  
  19. N.B. The StandardGetFolder and Pstring routines belongs to other people. Their
  20. copyright conditions and statements are contained in their relevent source files.
  21.  
  22.  
  23. Hope this helps someone!
  24.  
  25. Bill